home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 2546 < prev    next >
Encoding:
Text File  |  1996-08-06  |  1.4 KB  |  35 lines

  1. Path: indyvax.iupui.edu!nntp
  2. Newsgroups: comp.lang.basic.visual.misc,comp.lang.c++,comp.os.ms-windows.programmer.win32,comp.os.ms-windows.win95.misc
  3. Subject: Need info on Win95 dskapi32.dll and dskmaint.dll
  4. Message-ID: <1996Jan18.001122.21600@indyvax.iupui.edu>
  5. From: ukpalmc@indyunix.iupui.edu (Bob Williams)
  6. Date: Thu, 18 Jan 1996 06:12:06 GMT
  7. Organization: Indiana University @ Indianapolis
  8. Nntp-Posting-Host: 134.68.248.169
  9. X-Newsreader: Forte Free Agent 1.0.82
  10.  
  11. Does anyone have documentation (function parameters, etc.) or know
  12. where documentation might be obtained (other that MSDN subscription)
  13. on the DSKAPI32.DLL and DSKMAINT.DLL that install with Windows 95?
  14. (Actually, I think the two are installed and/or updated with the Win95
  15. Plus pack.)  There is also a 3rd and related API that I am also
  16. interested in (DSKAPI16.DLL).
  17.  
  18. Part of what I am wanting to do is retrieve a given file's compressed
  19. size.  There is a KERNEL32.DLL function called GetCompressedFileSizeA
  20. (and W), but these appear to be  NT only functions and do not work for
  21. Windows 95 (at least that has been my own personal experience).
  22.  
  23. Any info regarding this subject matter would be greatly appreciated.
  24. I have thumbed through virtually all of the published books on Win95
  25. and Win32 API calls (it seems like it anyway) and I have yet to find
  26. an author who has even acknowledged the existence of these libraries
  27. or who has discussed how to obtain Win95 compressed file information.
  28.  
  29. Thanks,
  30. Bob
  31.  
  32.  
  33.  
  34.  
  35.